hierarchical database - definizione. Che cos'è hierarchical database
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è hierarchical database - definizione

TREE-LIKE DATABASE MODEL
Hierarchical database; Hierarchical data model; List of hierarchical database management systems; Tree database; Hierarchical database management system; Hierarchical models; Hierarchical data; Hierarchical model

hierarchical database         
<database> A kind of database management system that links records together like a family tree such that each record type has only one owner, e.g. an order is owned by only one customer. Hierarchical structures were widely used in the first mainframe database management systems. However, due to their restrictions, they often cannot be used to relate structures that exist in the real world.
Hierarchical database model         
A hierarchical database model is a data model in which the data are organized into a tree-like structure. The data are stored as records which are connected to one another through links.
Hierarchical clustering         
  • R]]). [https://cran.r-project.org/web/packages/dendextend/vignettes/Cluster_Analysis.html Source]
  • Orange data mining suite]].
METHOD OF CLUSTER ANALYSIS WHICH SEEKS TO BUILD A HIERARCHY OF CLUSTERS
Hierarchical Clustering; Agglomerative hierarchical clustering; Hierarchical Cluster Analysis; Hierarchical cluster analysis; SLINK; Agglomerative clustering; Divisive clustering; Hierarchical agglomerative clustering
In data mining and statistics, hierarchical clustering (also called hierarchical cluster analysis or HCA) is a method of cluster analysis that seeks to build a hierarchy of clusters. Strategies for hierarchical clustering generally fall into two categories:

Wikipedia

Hierarchical database model

A hierarchical database model is a data model in which the data are organized into a tree-like structure. The data are stored as records which are connected to one another through links. A record is a collection of fields, with each field containing only one value. The type of a record defines which fields the record contains.

The hierarchical database model mandates that each child record has only one parent, whereas each parent record can have one or more child records. In order to retrieve data from a hierarchical database, the whole tree needs to be traversed starting from the root node. This model is recognized as the first database model created by IBM in the 1960s.